home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 24
/
CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso
/
S
/
user-startup
< prev
Wrap
Text File
|
1998-03-18
|
611b
|
37 lines
; Most work is done by InitCD
SetENV CDBoot TRUE
; Allow alternative screenmodes
; via JoyPad
joypad >NIL:
joypad REW GREEN
if WARN
setenv CUCDscreen NTSC
endif
joypad REW BLUE
if WARN
setenv CUCDscreen VGA
:Storage/Monitors/DblPAL
:Prefs/ScreenMode from :Prefs/Presets/VGA USE
setenv VisageOpts MONITOR=DblPAL
endif
; or Function keys
KeyPressed 85
if WARN
setenv CUCDscreen NTSC
endif
KeyPressed 89
if WARN
setenv CUCDscreen VGA
endif
;Copy >NIL: S:ramicon Ram:Disk.info
;Run >NIL: C:pronet-server
Run >NIL: JoyMouse
SYS:System/RexxMast >NIL:
Execute :InitCD